From 112c8694a4d39638a29dd554213564669d0aaee1 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 6 Dec 2006 21:29:36 +0000 Subject: [PATCH] Replace conversion specification %T with %H:%M:%S. %T is not fully implemented under win32. --- style/gpsdrivetrack.style | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/gpsdrivetrack.style b/style/gpsdrivetrack.style index 6112142b4..a23e14174 100644 --- a/style/gpsdrivetrack.style +++ b/style/gpsdrivetrack.style @@ -26,5 +26,5 @@ IFIELD LON_DECIMAL, "", "%10.6f" IFIELD ALT_METERS, "", "%10.0f" # Reports are that this format stores in local time, not GMT as # originally thought. -# IFIELD GMT_TIME, "", "%a %b %d %T %Y" -IFIELD LOCAL_TIME, "", "%a %b %d %T %Y" +# IFIELD GMT_TIME, "", "%a %b %d %H:%M:%S %Y" +IFIELD LOCAL_TIME, "", "%a %b %d %H:%M:%S %Y" -- 2.30.2